home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Utilitare
/
picozip
/
PicoZipSetup.exe
/
{app}
/
PicoZip.exe
/
0
/
RCDATA
/
TFMRENAMEFILE
/
TFMRENAMEFILE.txt
Wrap
Text File
|
2004-09-09
|
1KB
|
75 lines
object fmRenameFile: TfmRenameFile
Left = 375
Top = 393
BorderStyle = bsDialog
Caption = 'Duplicate File'
ClientHeight = 121
ClientWidth = 334
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 313
Height = 41
AutoSize = False
Caption =
'File already exist. Please enter a different file name for the E' +
'XISTING FILE to rename it. The new file being added will maintai' +
'n its original name.'
WordWrap = True
end
object edFileName: TEdit
Left = 8
Top = 56
Width = 313
Height = 21
TabOrder = 0
end
object buRename: TButton
Left = 8
Top = 88
Width = 75
Height = 25
Caption = '&Rename'
Default = True
TabOrder = 1
OnClick = buRenameClick
end
object buSkip: TButton
Left = 88
Top = 88
Width = 75
Height = 25
Caption = '&Skip'
TabOrder = 2
OnClick = buSkipClick
end
object buSkipAll: TButton
Left = 168
Top = 88
Width = 75
Height = 25
Caption = 'Skip &All'
TabOrder = 3
OnClick = buSkipAllClick
end
object buHelp: TButton
Left = 248
Top = 88
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = buHelpClick
end
end